The QTEventRecord data type is used by the kActionSendQTEventToSprite action.
struct QTEventRecord {
long version;
OSType eventType;
Point where;
long flags;
};
typedef struct QTEventRecord QTEventRecord;
typedef QTEventRecord * QTEventRecordPtr;
| Previous | Chapter Contents | Chapter Top |